Skip to content

build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202#5143

Merged
jamescrosswell merged 2 commits intomainfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.202
Apr 20, 2026
Merged

build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202#5143
jamescrosswell merged 2 commits intomainfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.202

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps dotnet-sdk from 10.0.201 to 10.0.202.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.201 to 10.0.202.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](https://github.com/dotnet/sdk/commits)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 10.0.202
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code labels Apr 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 17, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Fixes 🐛

  • fix: prevent redundant native exceptions on Android/CoreCLR by jpnurmi in #5127

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.39.0 by github-actions in #5137
  • chore(deps): update Native SDK to v0.13.7 by github-actions in #5136

Other

  • build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202 by dependabot[bot] in #5143

🤖 This preview updates automatically when you update the PR.

1 similar comment
@github-actions
Copy link
Copy Markdown
Contributor

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Fixes 🐛

  • fix: prevent redundant native exceptions on Android/CoreCLR by jpnurmi in #5127

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.39.0 by github-actions in #5137
  • chore(deps): update Native SDK to v0.13.7 by github-actions in #5136

Other

  • build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202 by dependabot[bot] in #5143

🤖 This preview updates automatically when you update the PR.

@jamescrosswell
Copy link
Copy Markdown
Collaborator

This version of .NET for macOS (26.2.10233) requires Xcode 26.3. The current version of Xcode is 26.2.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b2b0608. Configure here.

if: runner.os == 'macOS'
shell: bash
run: sudo xcode-select --switch /Applications/Xcode_26.2.app
run: sudo xcode-select --switch /Applications/Xcode_26.3.app
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xcode 26.3 may not be available on CI runners

High Severity

The Xcode pin was changed from Xcode_26.2.app to Xcode_26.3.app to accommodate the new .NET SDK 10.0.202 requirement. However, as noted in the PR discussion, the current macOS runner images only have Xcode 26.2 installed. This xcode-select --switch command will fail because /Applications/Xcode_26.3.app does not exist on the runners, breaking all macOS CI builds.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b2b0608. Configure here.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except that it didn't fail... build/tests all green.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.05%. Comparing base (2dbd799) to head (b2b0608).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5143   +/-   ##
=======================================
  Coverage   74.05%   74.05%           
=======================================
  Files         501      501           
  Lines       18107    18107           
  Branches     3523     3523           
=======================================
  Hits        13409    13409           
  Misses       3837     3837           
  Partials      861      861           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jamescrosswell jamescrosswell merged commit 04c0f93 into main Apr 20, 2026
43 checks passed
@jamescrosswell jamescrosswell deleted the dependabot/dotnet_sdk/dotnet-sdk-10.0.202 branch April 20, 2026 04:48
jamescrosswell added a commit that referenced this pull request Apr 30, 2026
* build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.201 to 10.0.202.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](https://github.com/dotnet/sdk/commits)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 10.0.202
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump to xcode 26.3

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant